Content starts here Handle Error Conditions in a Dataspace Project
This page last changed on Feb 26, 2008.

eDocs Home > BEA AquaLogic Data Services Platform Documentation > Data Services Developer's Guide > Contents

How To Handle Error Conditions in a Dataspace Project

During the course of creating your project there are times when the project will be in an error condition. There are many reasons for this. Generally speaking the way to handle such conditions is to either:

  • Go forward because you understand why the condition has occurred.
  • Revert using Undo. 

There may be some cases, however, when the error condition comes as a surprise and/or there is no easy way to revert. Information about such conditions can be found in two places.

Problem Reporting in Dataspace Projects
Tabular window Purpose
Problems (Window > Show View > Problems)
Collects and displays errors in the data service source file.
Error Log (Window > Show View > Error Log)
Collects and displays project-related error conditions.
Problem and Error Log Tabs in a Dataspace

The error log contains several types of messages; icons are used to differentiate their type.

Error Log Icons and Their Meaning
Icon Meaning
Error.
Error with log or stack trace.
Warning.
Informational.
Process icon.

Double-clicking on each line in the Error Log window will open a separate dialog that will allow you to see more information. Examples:

  • Double-clicking or an error might open a dialog that will contain the related stack trace.
  • Double-clicking on each line in the Problems view will, if possible, open the file having errors and highlight the error.
Document generated by Confluence on Apr 28, 2008 15:54